home *** CD-ROM | disk | FTP | other *** search
- This is README for MS, a minimal shell:
- - Contents
- config.h source files
- ms.c compile with Gcc, MWC, Alcyon
-
- makefile makefile for MWC
- crtsg.s startup file for MWC
-
-
- gemstart.s startup file for Alcyon
- makefile.alc makefile for Alcyon
-
- crts.s minimal startup file for Gcc
- makefile.gcc makefile for gcc
-
- - Configuration:
- edit config.h for your setup.
-
- - Compiling
- use the appropriate makefile for your compiler
-
- - Builtins:
- rm <list of files>
- cp <src> <dst> both <src> <dest> must be files
- WARNING: no checks for <src> <dst> being the same
- ls {<regular exp>} with no arg ls *.*
- cd {<dir>} with no arg cd $HOME
- md <dir>
- rd <dir>
- pwd print working (current) directory
- lo logout
- @ file read commands from file, then revert back to stdin.
- NO nested @'s allowed.
- <any other> look for command in PATH
-
- - Aliases, Path, Environment:
- see config.h
-
- ++jrb bammi@dsrgsun.ces.cwru.edu
-